SftTabs/NET 6.0

Add Method, TabCollectionClass Class

Softel vdm, Inc.

Adds a tab to the tab collection, adding it at the end of the list.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Public Function Add() As TabClass

C#   

public TabClass Add();

C++   

public: TabClass^ Add();

Return Value

The new tab added to the tab collection.

Comments

The Add method adds a tab to the tab collection, adding it at the end of the list.

If many tabs have to be added, the Initializing property can be used to indicate a mass-update, which is significantly faster.

Tabs can be inserted at a specific location using the Insert method. Tabs can be deleted using the RemoveAt or Clear methods.

A maximum of 128 tabs can be added to a tab control.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com